/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* facebook testimonial */
.avia-testimonial-content  { color: #444; }
.avia-testimonial-subtitle {color: inherit !important; }
#top .avia-slideshow-arrows { color: white; }
#top .avia-slideshow-arrows a { border: 1px solid #666; border-radius: 5px; background-color: rgba(0,0,0,0.2); }
.avia-testimonial-content p a { color: inherit; font-weight: bold; }
.avia-testimonial-link { color: #43639f !important; font-weight: bold; text-decoration: none !important; }



/* mz - dont overlap menu with logo*/
@media only screen and (max-width: 1300px) and (min-width: 989px) {
   .responsive .main_menu ul:first-child > li > a {
      padding: 0 6px;
      font-size: 13px;
   }

   .main_menu {
      margin-right: -50px;
   }

}